Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.team.ui.synchronize.ISynchronizeParticipant

Packages that use ISynchronizeParticipant
org.eclipse.team.ui.synchronize Application programming interfaces for interaction with the Eclipse Synchronize View. 
org.eclipse.team.ui.synchronize.actions Actions and utilities for use with the Eclipse Synchronize View. 
 

Uses of ISynchronizeParticipant in org.eclipse.team.ui.synchronize
 

Classes in org.eclipse.team.ui.synchronize that implement ISynchronizeParticipant
 class AbstractSynchronizeParticipant
          AbstractSynchronizeParticipant is the abstract base class for all synchronize view participants.
 class TeamSubscriberParticipant
          A synchronize participant that displays synchronization information for local resources that are managed via a TeamSubscriber.
 

Methods in org.eclipse.team.ui.synchronize that return ISynchronizeParticipant
 ISynchronizeParticipant ISynchronizeView.getParticipant()
          Returns the participant currently being displayed in the Synchronize View or null if none.
 ISynchronizeParticipant[] ISynchronizeManager.getSynchronizeParticipants()
          Returns a collection of synchronize participants registered with the synchronize manager.
 ISynchronizeParticipant[] ISynchronizeManager.find(String id)
          Returns the registered synchronize participants with the given id.
 

Methods in org.eclipse.team.ui.synchronize with parameters of type ISynchronizeParticipant
 void ISynchronizeView.display(ISynchronizeParticipant participant)
          Displays the given synchronize participant in the Synchronize View.
 void ISynchronizeParticipantListener.participantsAdded(ISynchronizeParticipant[] participants)
          Notification the given participants have been added to the synchronize manager.
 void ISynchronizeParticipantListener.participantsRemoved(ISynchronizeParticipant[] participants)
          Notification the given participants have been removed from the synchronize manager.
 void ISynchronizeManager.addSynchronizeParticipants(ISynchronizeParticipant[] consoles)
          Adds the given participants to the synchronize manager.
 void ISynchronizeManager.removeSynchronizeParticipants(ISynchronizeParticipant[] consoles)
          Removes the given participants from the synchronize manager.
 

Uses of ISynchronizeParticipant in org.eclipse.team.ui.synchronize.actions
 

Constructors in org.eclipse.team.ui.synchronize.actions with parameters of type ISynchronizeParticipant
RemoveSynchronizeParticipantAction(ISynchronizeParticipant participant)
          Creates the action to remove the participant from the synchronize manager.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.